#HlavniOkno {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 4px;
    background-color: aliceblue;
}

#HlavniOknoProSplitter {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: aliceblue;
}

#HlavniOknoVlevo {
    min-width: 350px;
}

#HlavniOknoZahlavi {
    display: flex;
    padding: 4px;
    background-color: aliceblue;
    min-width: 290px;
    justify-content: space-between;
    align-items: center;
}

#HlavniOknoZalozkyObjektovehoPanelu {
    position: absolute;
    top: 70px;
    /*width: 400px;*/
    right: 4px;
    bottom: 112px;
    left: 8px;
}

#HlavniOknoDatumovyFiltr {
    position: absolute;
    height: 104px;
    left: 0px;
    min-width: 340px;
    bottom: 4px;
    padding: 4px;
    margin-top: 4px;
}

#HlavniOknoTabControl {
    position: absolute;
    top: 38px;
    left: 0px;
    right: 4px;
    bottom: 4px;
    background-color: aliceblue;
    margin-top: 2px;
}

#HlavniOknoImgNazevAplikace {
    height: 30px;
    margin-top: 4px;
    margin-left: 6px;
    margin-right: 26px;
    align-self: flex-start;
}

#HlavniOknoLbPrihlasenyUzivatel {
    width: 100%;
    white-space: nowrap;
    text-align: end;
    padding-right: 10px;
    color: #17497D;
    max-height: 36px;
    /*font-weight: 700;*/
    font-size: smaller;
}

.dx-context-menu .dx-submenu {
    border: solid #94ADCC 1px;
}

.dx-context-menu-container-border {
    border: solid white 1px;
    border-radius: 4px;
}

.dx-menu .dx-menu-item-expanded {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;    
}

#HlavniOknoMenu {
    display: inline-block;
    height: 32px;
    margin: 2px;
}

    #HlavniOknoMenu .dx-menu-item-wrapper {
        margin: 0px 4px;
        border: solid #94ADCC 1px;
        border-radius: 4px;
    }

    #HlavniOknoMenu .dx-menu-item-content {
        padding: 6px;
    }

.SkrytyDummyEdit {
    position: absolute;
    left: -10px;
    width: 0px;
    min-width: 0px;
    border: inherit;
}

.ZalozkaHlavnihoOkna {
    position: absolute;
    left: 0px;
    top: 68px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: rgb(124 151 177);
}

.DtFiltrPrvek {
    width: 240px;
    height: 22px;
    margin-top: 4px;
    color: blue;
    text-decoration: underline blue;
    cursor: pointer;
    display: inline;
}

.DtFiltrDatum {
    width: 180px;
    left: 4px;
}

#DtFiltrPreklopit {
    margin-left: 5px;
    left: 190px;
    width: 30px;
    bottom: 4px;
}

.DtFiltrTlacitkoPlusMinus {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid blue;
    border-radius: 5px;
    text-align: center;
    display: inline-table;
    width: 20px;
}

#HlavniOknoDivProObjektovyPanel {
    /*background-color: #AABBCC50;*/
    position: absolute;
    top: 38px;
    right: 0px;
    bottom: 116px;
    left: 0px;
}
